ASP.NET WebForms vs MVC [after VS2010/.NET 4.0 announcement]

Posted by fjxx on Stack Overflow See other posts from Stack Overflow or by fjxx
Published on 2010-05-13T00:33:01Z Indexed on 2010/05/13 0:34 UTC
Read the original article Hit count: 563

Filed under:
|
|
|
|

Two of the biggest advantages of MVC over webforms were non-existent viewstate and URL routing. VS2010 and .NET 4.0 incorporates built-in URL routing for Webforms as well as better control for viewstate.

I advocate use of MVC for extranet sites due to the MVC design pattern and its general lightweight nature but in light of this new announcement has Webforms closed the gap? Why would you still pick MVC over Webforms?

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc